Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Java Tutorial
1) 2D Graphics
2) Ant
3) Apache Common
4) Class Definition
5) Collections
6) Data Type
7) Database
8) Design Pattern
9) Development
10) EJB3
11) Email
12) File
13) Generics
14) Hibernate
15) Internationalization
16) J2EE Application
17) J2ME
18) JPA
19) JSP
20) JSTL
21) JUnit
22) Language
23) Log
24) Network
25) Operators
26) PDF
27) Reflection
28) Regular Expressions
29) Security
30) Servlet
31) Spring
32) Statement Control
33) Swing
34) Swing Event
35) SWT
36) SWT 2D Graphics
37) Thread
38) Web Services SOA
39) XML
JUnit
1) AssertEquals([String message],expected,actual)
2) AssertEquals([String message],expected,actual,tolerance)
3) AssertFalse([String message], boolean condition)
4) AssertNotSame([String message], expected, actual)
5) AssertNull([String message], java lang Object object)
6) AssertSame([String message], expected, actual)
7) AssertTrue([String message], boolean condition)
8) Catch exception in your test case
9) Define your own test case runner with reflection
10) Ensure that they are equal
11) Extends TestCase
12) Run A JUnit Test
13) Init class being tested in test case method
14) JUnit Test Composition
15) Per-Suite Setup and Tear-Down
16) Per-Test Setup and Tear-Down
17) Test algorithm
18) Test case method should start with test
19) Test Skeleton
20) Test suite
21) Test your stack structure
22) Use assertEquals in a test method
23) Use fail to display message in case of failure
24) Use the test suite method